fired when an uploader be Init
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public static event EventHandler OnInstanceInit |
Visual Basic |
---|
Public Shared Event OnInstanceInit As EventHandler |
Visual C++ |
---|
public: static event EventHandler^ OnInstanceInit { void add (EventHandler^ value); void remove (EventHandler^ value); } |