Version

ToolbarEventArgs Class

Provides data for the WebHtmlEditor.ToolbarClick event.
Syntax
'Declaration
 
Public Class ToolbarEventArgs 
   Inherits System.EventArgs
public class ToolbarEventArgs : System.EventArgs 
Remarks

When a WebHtmlEditor.ToolbarClick event is raised (when a ToolbarButton with it's ToolbarButton.RaisePostback property set to true is clicked) a ToolbarEventArgs object will be passed into the event handler. Check the ToolbarEventArgs.Button property to get a reference to the button responsible for raising the event.

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