windowsforms-devexpress-dot-xtrabars-dot-ribbon-a35491bf.md
Provides data for the RibbonControl.PageGroupCaptionButtonClick and RibbonPageGroup.CaptionButtonClick events.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class RibbonPageGroupEventArgs :
EventArgs
Public Class RibbonPageGroupEventArgs
Inherits EventArgs
RibbonPageGroupEventArgs is the data class for the following events:
Each time an end-user clicks group caption button the RibbonControl.PageGroupCaptionButtonClick event is raised. The RibbonPageGroup.CaptionButtonClick event is raised for individual page groups. The RibbonPageGroupEventArgs class provides the RibbonPageGroupEventArgs.PageGroup property that identifies the processed page group.
Object EventArgs RibbonPageGroupEventArgs
See Also