Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ChildViewCreatedEventArgs Class
Members


ChildViewCreatedEventArgs Class
Represents the event data for a ChildViewCreated event for the Spread component, which occurs when a child sheet is created in a hierarchical spreadsheet.
Syntax
'Declaration
 
Public Class ChildViewCreatedEventArgs 
   Inherits System.EventArgs
 
'Usage
 
Dim instance As ChildViewCreatedEventArgs
Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.ChildViewCreatedEventArgs

See Also