InitEventArgs Class

The InitEventArgs class represents the object type returned by the GetInitEventArgs method.

System.Object

   System.EventArgs

      Microsoft.SharePoint.Communication.InitEventArgs

Public Constructors

The following table shows the constructors of the InitEventArgs class and a brief description of each.

Name Description
InitEventArgs Initializes a new instance of the InitEventArgs class.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.

Example

The following code example shows an overridden GetInitEventArgs method that returns an instance of the InitEventArgs class. This code example is part of a larger example provided for the IFilterConsumer interface.

Requirements

Namespace: Microsoft.SharePoint.WebPartPages.Communication Namespace

Platforms: Microsoft Windows Server 2003

Assembly: Windows SharePoint Services (in Microsoft.SharePoint.dll)

Security: Code Access Security The WebPartPermissions.Connections permission is required to use this member.