Enum EventBehaviorSenderType
Defines the types of senders that can be matched for event behavior filtering in the routed event system.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public enum EventBehaviorSenderType
Remarks
This enumeration is used to specify how sender matching should be performed when determining whether a raised routed event should trigger specific event behaviors. It provides flexibility in defining event behavior conditions based on different sender identification strategies.
AnySender
Indicates that the event behavior should be triggered for any sender, regardless of its type or name.
ElementName
Indicates that the event behavior should be triggered only for senders with a specific element name.
ElementType
Indicates that the event behavior should be triggered only for senders of a specific element type.