Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChart Class / RaisePostDataChangedEvent Method


In This Topic
    RaisePostDataChangedEvent Method (FpChart)
    In This Topic
    Override the RaisePostDataChangedEvent function to customize the implementation of IPostBackDataHandler.RaisePostDataChangedEvent.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub RaisePostDataChangedEvent() 
    'Usage
     
    
    Dim instance As FpChart
     
    instance.RaisePostDataChangedEvent()
    protected virtual void RaisePostDataChangedEvent()
    See Also