Intersoft.Client.Data.ComponentModel Namespace > PagedCollectionView Class : CurrentChanging Event |
Public Event CurrentChanging As CurrentChangingEventHandler
Dim instance As PagedCollectionView Dim handler As CurrentChangingEventHandler AddHandler instance.CurrentChanging, handler
public event CurrentChangingEventHandler CurrentChanging
public: event CurrentChangingEventHandler^ CurrentChanging
The event handler receives an argument of type CurrentChangingEventArgs containing data related to this event. The following CurrentChangingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets a value that indicates whether the System.ComponentModel.ICollectionView.CurrentItem change should be canceled. |
IsCancelable | Gets a value that indicates whether the System.ComponentModel.ICollectionView.CurrentItem change can be canceled. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2