ChangeEventHandler Delegate

3/29/2010

Represents the method that will handle the Change event.

Namespace: Microsoft.WindowsMobile.Status
Assembly: Microsoft.WindowsMobile.Status (in microsoft.windowsmobile.status.dll)

Syntax

public delegate void ChangeEventHandler (
    Object sender,
    ChangeEventArgs args
)
'Declaration
Public Delegate Sub ChangeEventHandler ( _
    sender As Object, _
    args As ChangeEventArgs _
)

Parameters

  • sender
  • args

Remarks

When you create a ChangeEventHandler delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate.

See Also

Reference

Microsoft.WindowsMobile.Status Namespace