ImageButton::IButtonControl::Click Event

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For a description of this member, see the IButtonControl::Click event.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

private:
event EventHandler^ Click {
	virtual void add(EventHandler^ value) sealed = IButtonControl::Click::add;
	virtual void remove(EventHandler^ value) sealed = IButtonControl::Click::remove;
}

The Click member is an explicit interface member implementation. It can be used only when the ImageButton instance is cast to an IButtonControl interface.

.NET Framework
Available since 2.0
Return to top
Show: