ListFormWebPart.GetInitEventArgs Method
Returns the InitEventArgs object for the name of the interface that is passed in.
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 ListFormWebPart
Dim interfaceName As String
Dim returnValue As InitEventArgs
returnValue = instance.GetInitEventArgs(interfaceName)
public override InitEventArgs GetInitEventArgs(
string interfaceName
)
Parameters
interfaceName
Type: System.StringA name of the interface in the Microsoft.SharePoint.WebPartPages.Communication namespace that uses a transformer.
Return Value
Type: Microsoft.SharePoint.WebPartPages.Communication.InitEventArgs
An object type returned by GetInitEventArgs() method.
Remarks
This override will return null if the specified the name of interface does not exist.
Transformers allow users to map fields between interfaces.