Table of Contents

Field CurrentChangingCannotBeCanceled

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

The CollectionView that originates this CurrentChanging event is in a state that does not allow the event to be canceled. Check CurrentChangingEventArgs.IsCancelable before assigning to this CurrentChangingEventArgs.Cancel property.

public const string CurrentChangingCannotBeCanceled = "CurrentChangingCannotBeCanceled"

Returns

string
The CollectionView that originates this CurrentChanging event is in a state that does not allow the event to be canceled. Check CurrentChangingEventArgs.IsCancelable before assigning to this CurrentChangingEventArgs.Cancel property.