AVEVA CAF API Documenation

Aveva.ApplicationFramework.Presentation Namespace : RibbonContextualTabGroupEventHandler Delegate
Source of the event.
Ribbon contextual tab group event information.
RibbonContextualTabGroupEventHandler Delegate
Represents the method that will handle RibbonContextualTabGroup related events.
Syntax
public delegate void RibbonContextualTabGroupEventHandler( 
   object sender,
   RibbonContextualTabGroupEventArgs args
)
public delegate void RibbonContextualTabGroupEventHandler( 
   Object^ sender,
   RibbonContextualTabGroupEventArgs^ args
)

Parameters

sender
Source of the event.
args
Ribbon contextual tab group event information.
Requirements

Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)

See Also