Invoke(Delegate,Object[]) Method
Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls›ClassicVaultNavigationPathComboboxControl
Syntax
public System.object Invoke(
System.Delegate method,
params System.object[] args
)Public Overloads Function Invoke( _
ByVal method As System.Delegate, _
ByVal ParamArray args() As System.Object _
) As System.ObjectParameters
| Name | Description |
|---|---|
| method | |
| args |
Return Value
The return value from the delegate being invoked, or a null reference ( Nothing in Visual Basic) if the delegate has no return value.