|
overridevirtual |
Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments.
method | A delegate to a method that takes parameters of the same number and type that are contained in the args parameter. |
args | An array of objects to pass as arguments to the specified method. This parameter can be null if the method takes no arguments. |
Implements xtd::isynchronize_invoke.