Raised when the grid is initialized.
[Visual Basic]
Overridable Protected Sub On_Init( _
ByVal e As EventArgs _
)
[C#]
virtual protected void On_Init(
EventArgs e
);
[Delphi]
strict protected procedure On_Init(
e: EventArgs
); virtual;
See Also
C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |