OnWindowCreated Method
OnWindowCreated(C1Window)
Invoked after the C1.WPF.C1Window instance was created.
Declaration
protected virtual void OnWindowCreated(C1Window win)
Protected Overridable Sub OnWindowCreated(win As C1Window)
Parameters
| Type |
Name |
Description |
| C1Window |
win |
|