EventSetter Properties
.NET Framework 4.5
The EventSetter type exposes the following members.
| Name | Description | |
|---|---|---|
|
Event | Gets or sets the particular routed event that this EventSetter responds to. |
|
HandledEventsToo | Gets or sets a value that determines whether the handler assigned to the setter should still be invoked, even if the event is marked handled in its event data. |
|
Handler | Gets or sets the reference to a handler for a routed event in the setter. |
|
IsSealed | Gets a value that indicates whether this object is in an immutable state. (Inherited from SetterBase.) |