DataViewWebPart.GetInitEventArgs Method
Overrides the WebPart.GetInitEventArgs method. Called by the part to part communication run time to gather supported interface information for this Web Part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function GetInitEventArgs ( _
interfaceName As String _
) As InitEventArgs
'Usage
Dim instance As DataViewWebPart
Dim interfaceName As String
Dim returnValue As InitEventArgs
returnValue = instance.GetInitEventArgs(interfaceName)
public override InitEventArgs GetInitEventArgs(
string interfaceName
)
Parameters
interfaceName
Type: System.StringCommunication interface for which the called needs information.
Return Value
Type: Microsoft.SharePoint.WebPartPages.Communication.InitEventArgs
Microsoft.SharePoint.WebPartPages.Communication.InitEventArgs Initialization event arguments that this Web Part supports for the specified interface.