Click or drag to resize
MediaViewRaiseOnAction Method
Raised when specified action occurs.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public void RaiseOnAction(
	string action,
	Object argument
)

Parameters

action
Type: SystemString
argument
Type: SystemObject
See Also