[]
        
(Showing Draft Content)

FarPoint.Web.Chart.FpChart.RaisePostBackEvent

RaisePostBackEvent Method

RaisePostBackEvent(string)

Notifies the server control that caused the postback that it should handle an incoming post back event. Implements IPostBackEventHandler.

Declaration
protected virtual void RaisePostBackEvent(string eventArgument)
Protected Overridable Sub RaisePostBackEvent(eventArgument As String)
Parameters
Type Name Description
string eventArgument

A String that represents an optional event argument to be passed to the event handler.