ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientCollectionView Class / CurrentChanging Event

In This Topic
    CurrentChanging Event
    In This Topic
    When implementing this interface, raise this event before changing the current item. Event handler can cancel this event.
    Syntax
    'Declaration
     
    
    Public Event CurrentChanging As System.ComponentModel.CurrentChangingEventHandler
    public event System.ComponentModel.CurrentChangingEventHandler CurrentChanging
    Event Data

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

    PropertyDescription
    Gets or sets a value that indicates whether to cancel the event.  
    Gets a value that indicates whether the event is cancelable.  
    See Also