Xceed DataGrid for Silverlight Documentation
Handled Property (UnhandledDataExceptionEventArgs)


Gets or sets a value indicating whether the event was handled.
Syntax
'Declaration
 
Public Property Handled As Boolean
'Usage
 
Dim instance As UnhandledDataExceptionEventArgs
Dim value As Boolean
 
instance.Handled = value
 
value = instance.Handled
public bool Handled {get; set;}

Property Value

true if the event was handled; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

UnhandledDataExceptionEventArgs Class
UnhandledDataExceptionEventArgs Members

Send Feedback