BubbleEventArgs

Wisej.Web.Ext.Bubbles.BubbleEventArgs

Namespace: Wisej.Web.Ext.Bubbles

Assembly: Wisej.Web.Ext.Bubbles (3.2.0.0)

Provides data for the Click events.

public class BubbleEventArgs : EventArgs

Constructors

Initializes a new instance of the BubbleEventArgs class.

NameTypeDescription

control

The control associated with the clicked bubble.

value

The value in the bubble.

Properties

Control: Returns the control associated with the bubble notification.

Int32: Returns the value displayed in the clicked bubble notification.

Last updated