Share via


Gantt.RaisePostBackEvent Method

NOTE: This API is now obsolete.

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<ObsoleteAttribute("This function has been deprecated.  The v4 version of the Gantt control uses AJAX instead of postbacks for data changes.")> _
Public Sub RaisePostBackEvent ( _
    eventArgument As String _
)
'Usage
Dim instance As Gantt
Dim eventArgument As String

instance.RaisePostBackEvent(eventArgument)
[ObsoleteAttribute("This function has been deprecated.  The v4 version of the Gantt control uses AJAX instead of postbacks for data changes.")]
public void RaisePostBackEvent(
    string eventArgument
)

Parameters

Implements

IPostBackEventHandler.RaisePostBackEvent(String)

See Also

Reference

Gantt Class

Gantt Members

Microsoft.SharePoint.WebControls Namespace