FarPoint.Win.Spread
SubEditorOpeningEventArgs Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : SubEditorOpeningEventArgs Class


Represents the event data for the SubEditorOpening event in the Spread component, which occurs when the subeditor in a cell is opening.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class SubEditorOpeningEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As SubEditorOpeningEventArgs
C# 
public class SubEditorOpeningEventArgs : EventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.SubEditorOpeningEventArgs

See Also