Chart.OnClick(ImageMapEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes delegates that were registered with the Click event.
protected:
virtual void OnClick(System::Web::UI::WebControls::ImageMapEventArgs ^ e);
protected virtual void OnClick (System.Web.UI.WebControls.ImageMapEventArgs e);
abstract member OnClick : System.Web.UI.WebControls.ImageMapEventArgs -> unit
override this.OnClick : System.Web.UI.WebControls.ImageMapEventArgs -> unit
Protected Overridable Sub OnClick (e As ImageMapEventArgs)
Parameters
An ImageMapEventArgs object which provides data for the event.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.