Edit

Share via


RepeaterItem.OnBubbleEvent(Object, EventArgs) Method

Definition

Assigns any sources of the event and its information to the parent Repeater control, if the EventArgs parameter is an instance of RepeaterCommandEventArgs.

protected:
 override bool OnBubbleEvent(System::Object ^ source, EventArgs ^ e);
protected override bool OnBubbleEvent (object source, EventArgs e);
override this.OnBubbleEvent : obj * EventArgs -> bool
Protected Overrides Function OnBubbleEvent (source As Object, e As EventArgs) As Boolean

Parameters

source
Object

The source of the event.

e
EventArgs

An EventArgs that contains the event data.

Returns

true if the event assigned to the parent was raised, otherwise false.

Applies to

See also