DataGridSortingEventArgs.Handled Eigenschaft
Definition
Ruft einen Wert ab, der angibt, ob das Routingereignis behandelt wird, oder legt ihn fest.Gets or sets a value that specifies whether the routed event is handled.
public:
property bool Handled { bool get(); void set(bool value); };
public bool Handled { get; set; }
member this.Handled : bool with get, set
Public Property Handled As Boolean
Eigenschaftswert
true
, wenn das Ereignis behandelt wurde, andernfalls false
.true
if the event has been handled; otherwise, false
. Die Standardeinstellung ist false
.The default is false
.