Represents the method which is used by plugin class to notify of status change. Reference to this delegate is available only during construction of the plugin class through StatusSink.
[Visual Basic]Public Delegate Sub PluginStatusDelegate( _
ByVal
statusCode As
Integer, _
ByVal
statusText As
String _
)
[C#]public delegate void PluginStatusDelegate(
int statusCode,
string statusText);
Requirements
Namespace: Aspose.Editor
Assembly: Aspose.Editor.Desktop (in Aspose.Editor.Desktop.dll)
See Also
Aspose.Editor Namespace