Back to Devexpress

SetNextMdiChildEventArgs.Handled Property

windowsforms-devexpress-dot-xtratabbedmdi-dot-setnextmdichildeventargs-cbb29a3b.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool Handled { get; set; }
vb
Public Property Handled As Boolean

Property Value

TypeDescription
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

SetNextMdiChildEventArgs Class

SetNextMdiChildEventArgs Members

DevExpress.XtraTabbedMdi Namespace