PositionChangedEventHandler Delegate

Represents the method that will handle the Manufacture.PositionChanged event.
Public Delegate Sub PositionChangedEventHandler( _ 
ByVal sender As Object, _ 
ByVal e As PositionChangedEventArgs
)
This language is not supported or no code example is available.
public delegate void PositionChangedEventHandler( 
object sender
PositionChangedEventArgs e 
)
This language is not supported or no code example is available.

Parameters

sender
object

The source of the event.

e
PositionChangedEventArgs

A PositionChangedEventArgs object that contains the event data.

.NET Framework

Supported in: 4.8

In this article

Definition