Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DateTimeFieldCollectionInfo Class / OnCollectionChanging Method
The System.ComponentModel.CollectionChangeEventArgs instance that contains the event data.


In This Topic
    OnCollectionChanging Method (DateTimeFieldCollectionInfo)
    In This Topic
    Raises the CollectionChanging event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnCollectionChanging( _
       ByVal e As CollectionChangeEventArgs _
    ) 
    'Usage
     
    
    Dim instance As DateTimeFieldCollectionInfo
    Dim e As CollectionChangeEventArgs
     
    instance.OnCollectionChanging(e)
    protected virtual void OnCollectionChanging( 
       CollectionChangeEventArgs e
    )

    Parameters

    e
    The System.ComponentModel.CollectionChangeEventArgs instance that contains the event data.
    See Also