Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ChildWorkbookCreatedEventArgs Class
Members


In This Topic
    ChildWorkbookCreatedEventArgs Class
    In This Topic
    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
    public class ChildWorkbookCreatedEventArgs : System.EventArgs 
    Inheritance Hierarchy

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

    See Also