SetNextMdiChildEventArgs.Handled Property
Gets or sets whether an event was handled, if it was handled the default actions are not required.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the default cycling mechanism isn’t required; otherwise, false. |
Remarks
End-users can cycle through the pages using the CTRL+TAB/CTRL+SHIFT+TAB keys. The XtraTabbedMdiManager.SetNextMdiChild event is raised before the next page is selected. Set the Handled property to true to cancel the default cycling mechanism which is specified by the XtraTabbedMdiManager.SetNextMdiChildMode property and implement a custom one.
See Also