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


In This Topic
    RaisePostDataChangedEvent Method (SpreadImage)
    In This Topic
    Notifies the server control that caused the postback that it should handle an incoming post back event. Implements IPostBackEventHandler.
    Syntax
    'Declaration
     
    
    Public Sub RaisePostDataChangedEvent() 
    'Usage
     
    
    Dim instance As SpreadImage
     
    instance.RaisePostDataChangedEvent()
    public void RaisePostDataChangedEvent()
    See Also