Xceed Ultimate ListBox for Silverlight Documentation
Cancel Property


Gets or sets a value indicating if the edit process is to be canceled.

Syntax
Public Property Cancel As Boolean
Dim instance As DragDropCancelEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public bool Cancel {get; set;}

Property Value

true to cancel the edit process; false to let it continue.
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

DragDropCancelEventArgs Class
DragDropCancelEventArgs Members

Send Feedback