Intersoft ClientUI Documentation
WindowOperationEventHandler Delegate
See Also  Send Feedback
Intersoft.Client.Framework Namespace : WindowOperationEventHandler Delegate






sender
The source of the event.
e
A WindowOperationEventArgs that contains the event data.
Represents the method that will handle the operation-related events for windows.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub WindowOperationEventHandler( _
   ByVal sender As Object, _
   ByVal e As WindowOperationEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New WindowOperationEventHandler(AddressOf HandlerMethod)
C# 
public delegate void WindowOperationEventHandler( 
   object sender,
   WindowOperationEventArgs e
)
Delphi 
public delegate WindowOperationEventHandler( 
    sender: TObject;
    e: WindowOperationEventArgs
);
JScript 
public delegate WindowOperationEventHandler( 
   sender : Object,
   e : WindowOperationEventArgs
)
Managed Extensions for C++ 
public: __gc __delegate void WindowOperationEventHandler( 
   Object* sender,
   WindowOperationEventArgs* e
)
C++/CLI 
public delegate void WindowOperationEventHandler( 
   Object^ sender,
   WindowOperationEventArgs^ e
)

Parameters

sender
The source of the event.
e
A WindowOperationEventArgs that contains the event data.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.