UpdatePanelControlTrigger Class

Definition

Provides a common base class for controls that can be triggers for UpdatePanel controls.

public ref class UpdatePanelControlTrigger abstract : System::Web::UI::UpdatePanelTrigger
public abstract class UpdatePanelControlTrigger : System.Web.UI.UpdatePanelTrigger
type UpdatePanelControlTrigger = class
    inherit UpdatePanelTrigger
Public MustInherit Class UpdatePanelControlTrigger
Inherits UpdatePanelTrigger
Inheritance
UpdatePanelControlTrigger
Derived

Constructors

UpdatePanelControlTrigger()

Initializes a new instance of the UpdatePanelControlTrigger class.

Properties

ControlID

Gets or sets a string that represents the ID of the control that is a trigger for the UpdatePanel control.

Owner

Gets a reference to the UpdatePanel control that the UpdatePanelTrigger targets.

(Inherited from UpdatePanelTrigger)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
FindTargetControl(Boolean)

Searches for the control specified in the ControlID property.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
HasTriggered()

Returns a value that indicates whether the trigger was invoked.

(Inherited from UpdatePanelTrigger)
Initialize()

When overridden in a derived class, enables a trigger to initialize itself.

(Inherited from UpdatePanelTrigger)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to