A subscriber can set this property to true to indicate that he has handled the event. In this case the default handling is suppressed. The default handling shows a MessageBox asking the end-user whether the change of the document should be performed. The default value of this property is false.

Syntax

public bool Handled { get; set; }
Public Property Handled() As Boolean