Represents signature of the Invoke method.
[Visual Basic]Public Delegate Function PluginMemberDelegate( _
ParamArray
args As
Object() _
) As
Object [C#]public delegate object PluginMemberDelegate(
params
object[] args);
Requirements
Namespace: Aspose.Editor
Assembly: Aspose.Editor.Desktop (in Aspose.Editor.Desktop.dll)
See Also
Aspose.Editor Namespace