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