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


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

System.Object
   System.EventArgs
      FarPoint.Win.Spread.ChildWorkbookCreatedEventArgs

See Also