Raises the Finished event.
Namespace:
ScreenMonkey.ClipsAssembly: ScreenMonkey.Clips (in ScreenMonkey.Clips.dll) Version: 3.2.0.0 (3.3.1.4)
Syntax
| C# |
|---|
[ObsoleteAttribute("This has been replaced by RaiseFinished.")] protected virtual void OnFinished( EventArgs eventArgs ) |
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("This has been replaced by RaiseFinished.")> _ Protected Overridable Sub OnFinished ( _ eventArgs As EventArgs _ ) |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This has been replaced by RaiseFinished.")] protected: virtual void OnFinished( EventArgs^ eventArgs ) |
Parameters
- eventArgs
- Type: System..::.EventArgs
Not Used