public Action RefreshInvokeAction { get; set; }Public Property RefreshInvokeAction As Action
Get
Setpublic:
property Action^ RefreshInvokeAction {
Action^ get ();
void set (Action^ value);
}member RefreshInvokeAction : Action with get, set