Occurs when the user attempts to open a child grid.
[Visual Basic]
Public Event BeforeOpen As CancelEventHandler
[C#]
public event CancelEventHandler BeforeOpen
[Delphi]
public property BeforeOpen: CancelEventHandler read remove_BeforeOpen write add_BeforeOpen;
Remarks
Setting the CancelEventArgs.Cancel property to True prevents the detail grid from opening.
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |