Gets or sets the action related to the event.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Action Action { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Action As Action |
A member of the Action enumeration.
See Also