Method OnLoad
- Namespace
- PaintDotNet.Effects
- Assembly
- PaintDotNet.Effects.Core.dll
OnLoad(EventArgs)
protected override sealed void OnLoad(EventArgs e)
Parameters
Remarks
This method is sealed. To handle the Load event, override the parameterless OnLoading()
or OnLoaded() methods instead.
This method performs the following in this order:
- OnLoading()
- The base class's OnLoad(EventArgs) is then called, which raises the Load event.
- UpdateDialogFromToken()
- UpdateTokenFromDialog()
- OnLoaded()