Chart.IPostBackEventHandler.RaisePostBackEvent Method (String)

.NET Framework (current version)
 

Raises events for the Chart control when a form is posted back to the server.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

private abstract RaisePostBackEvent : 
        eventArgument:string -> unit
private override RaisePostBackEvent : 
        eventArgument:string -> unit

Parameters

eventArgument
Type: System.String

The event arguments as a string object.

.NET Framework
Available since 4.0
Return to top
Show: