Gets or sets a value that marks the event as handled, and prevents
the browser from performing the default action.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public bool Handled { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
Visual Basic |
---|
Public Property Handled As Boolean <CompilerGeneratedAttribute> _ Get <CompilerGeneratedAttribute> _ Set |