An NDoc Documented Class Library

EventWriter.Write Method 

[Visual Basic]
Overridable Public Sub Write( _ 
   ByVal uiItemType As Type, _ 
   ByVal actionName As String, _ 
   ByVal identification As String, _ 
   ByVal parameters As Object() _ 
)
[C#]
public virtual void Write(
   Type uiItemType,
   string actionName,
   string identification,
   object[] parameters
);
[C++]
public: virtual void Write(
   Type* uiItemType,
   String* actionName,
   String* identification,
   Object* parameters __gc[]
);
[JScript]
public virtual function Write(
   Type uiItemType,
   String actionName,
   String identification,
   Object[] parameters
);

See Also

EventWriter Class | White.Core.UIItemEvents Namespace