BubbleEventArgs
Namespace: Wisej.Web.Ext.Bubbles
Assembly: Wisej.Web.Ext.Bubbles
Provides data for the Click events.
- C#
- VB.NET
public class BubbleEventArgs : EventArgs
Public Class BubbleEventArgs
Inherits EventArgs
Constructors
BubbleEventArgs(control, value)
Initializes a new instance of the BubbleEventArgs class.
| Name | Type | Description |
|---|---|---|
| control | Control | The control associated with the clicked bubble. |
| value | Int32 | The value in the bubble. |
Properties
Control
Control: Returns the control associated with the bubble notification.
Value
Int32: Returns the value displayed in the clicked bubble notification.