Microsoft SDK for Java

ColumnResizeEventHandler Delegate

Identifies the method that will handle the columnResize event of a DataGrid control.

package com.ms.wfc.data.ui

public multicast delegate
void ColumnResizeEventHandler( Object
sender, ColumnResizeEvent e );

Remarks

The syntax of the ColumnResizeEventHandler delegate specifies the signature for the event handler, where sender is the source of the event and e is a ColumnResizeEvent object that provides the event data.

When you create a ColumnResizeEventHandler delegate, you specify the method that will handle the event. Once the delegate is assigned to the event, the handler method is automatically invoked whenever the event is triggered.

For more information about delegates, see Handling Events in WFC.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.