Version

AfterAction Property

Event fired after action occured.
Syntax
'Declaration
 
Public Property AfterAction As String
public string AfterAction {get; set;}
Remarks

It is not fired for custom items.

It can be the name of implemented function or explicit javascript statement(s). If the name of function is used, then that event handler may contain up to 8 parameters.

  1. The reference to the JavaScript object that represents WebHtmlEditor.
  2. The id of action. It can be equal to one of the values defined in the ActionType enum.
  3. The reference to the event object.
  4. Possible extra parameters p4, p5, p6, p7, p8 and act may contain the caption, id of element, colors, etc.

Notes:

  1. Event can not be canceled

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also