Skip to main content

BubbleEventArgs

Namespace: Wisej.Web.Ext.Bubbles

Assembly: Wisej.Web.Ext.Bubbles

Provides data for the Click events.

public class BubbleEventArgs : EventArgs

Constructors

Instance memberBubbleEventArgs(control, value)

Initializes a new instance of the BubbleEventArgs class.

NameTypeDescription
controlControlThe control associated with the clicked bubble.
valueInt32The value in the bubble.

Properties

Instance memberControl

Control: Returns the control associated with the bubble notification.

Instance memberValue

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