Gets or sets a value that indicates whether the event handler has completely handled the event or whether the preview pane should continue its own processing.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public bool Handled { get; set; }
Visual Basic
Public Property Handled As Boolean
	Get
	Set

See Also