Class SelectEntityAction<T>.EventArgs
- Namespace
- Macad.Interaction
- Assembly
- Macad.Interaction.dll
public class SelectEntityAction<T>.EventArgs
- Inheritance
-
SelectEntityAction<T>.EventArgs
Constructors
public EventArgs()
Properties
public MouseEventData MouseEventData { get; init; }
- Property Value: MouseEventData
public T SelectedEntity { get; init; }
- Property Value: T