AVEVA CAF API Documenation

Aveva.ApplicationFramework.Presentation Namespace : CommandContextEventHandler Delegate
CommandContextEventHandler Delegate
Represents the method that will handle command context related events.
Syntax
public delegate void CommandContextEventHandler( 
   object sender,
   CommandContextEventArgs args
)
public delegate void CommandContextEventHandler( 
   Object^ sender,
   CommandContextEventArgs^ args
)

Parameters

sender
args
Requirements

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

See Also