Class RibbonRoutedEventArgs
Provides event data for ItemPointerEnter and ItemPointerExit events.
Inheritance
System.Object
RibbonRoutedEventArgs
Namespace: Syncfusion.UI.Xaml.Ribbon
Assembly: Syncfusion.Ribbon.WinUI.dll
Syntax
public class RibbonRoutedEventArgs : RoutedEventArgs
Constructors
RibbonRoutedEventArgs()
Declaration
public RibbonRoutedEventArgs()
Properties
Source
Gets the detail of RibbonGalleryItem.
Declaration
public object Source { get; set; }
Property Value
Type |
---|
System.Object |