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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.