Click or drag to resize
HeaderActionsRaiseActionPerformed Method
Raises the action performed event.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected void RaiseActionPerformed(
	Object sender,
	CommandEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: System.Web.UI.WebControlsCommandEventArgs
See Also