Intersoft ClientUI Documentation
CurrentChanging Event



Occurs when the System.Windows.Data.PagedCollectionView.CurrentItem is changing.
Syntax
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
Event Data

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.

PropertyDescription
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.
Requirements

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

See Also

Reference

PagedCollectionView Class
PagedCollectionView Members

Send Feedback