RibbonStatusBar.Merge Event
In This Article
Allows you to perform any actions after a RibbonStatusBar within a child MDI form has been merged into the current RibbonStatusBar object.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Event Data
The Merge event's data class is DevExpress.XtraBars.Ribbon.RibbonStatusBarMergeEventArgs.
#Remarks
The Merge event fires after the RibbonStatusBar.MergeStatusBar method has been called. See this topic for more information.
See Ribbon Merging to learn more.
See Also