Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ChildViewCreatedEventArgs Class
Members


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

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

    See Also