'Declaration
Public Overloads Function Invoke( _ ByVal method As System.Delegate _ ) As System.Object
'Usage
Dim instance As FormulaBar Dim method As System.Delegate Dim value As System.Object value = instance.Invoke(method)
public System.object Invoke( System.Delegate method )
public function Invoke( method: System.Delegate ): System.TObject;
public function Invoke( method : System.Delegate ) : System.Object;
public: System.Object* Invoke( System.Delegate* method )
public: System.Object^ Invoke( System.Delegate^ method )
Parameters
- method