Indicates whether the event should continue be routed to the listeners. Setting Handled to true will prevent the event from reaching any remaining listeners.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Handled() As Boolean |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property bool get_Handled(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|






