ToolClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the ToolClick event.
- C#
- VB.NET
public class ToolClickEventArgs : EventArgs
Public Class ToolClickEventArgs
Inherits EventArgs
Constructors
ToolClickEventArgs(item)
Initializes a new instance of the ToolClickEventArgs class for the clicked ComponentTool.
| Name | Type | Description |
|---|---|---|
| item | ComponentTool | The ComponentTool to store in this event. |
Properties
Tool
ComponentTool: Returns the clicked tool item.
Used By
| Name | Description |
|---|---|
| ToolClickEventHandler | Represents the method that will handle the ToolClick, ToolClick, ToolClick, ToolClick, ToolClick, ToolClick, ToolClick events. |