Interface IInvokePattern
The method used to activate a control and initiate its single action.
public interface IInvokePattern
Methods
Invoke()
Invokes the action of a control, such as a button click.
void Invoke()
The method used to activate a control and initiate its single action.
public interface IInvokePattern
Invokes the action of a control, such as a button click.
void Invoke()