Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetViewCollection Class / Changing Event


In This Topic
    Changing Event (SheetViewCollection)
    In This Topic
    Occurs when a sheet is about to be added, removed, or changed in the collection.
    Syntax
    'Declaration
     
    
    Public Event Changing As CollectionChangeEventHandler
    'Usage
     
    
    Dim instance As SheetViewCollection
    Dim handler As CollectionChangeEventHandler
     
    AddHandler instance.Changing, handler
    public event CollectionChangeEventHandler Changing
    Event Data

    The event handler receives an argument of type CollectionChangeEventArgs containing data related to this event. The following CollectionChangeEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
    See Also