Represents the method that will handle the DraggingStopped event of a graphic shape. The method must have the same parameters as this delegate.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
public delegate void CogDraggingStoppedEventHandler(
Object sender,
CogDraggingEventArgs e
)
public delegate void CogDraggingStoppedEventHandler(
Object sender,
CogDraggingEventArgs e
)
Public Delegate Sub CogDraggingStoppedEventHandler (
sender As Object,
e As CogDraggingEventArgs
)
Public Delegate Sub CogDraggingStoppedEventHandler (
sender As Object,
e As CogDraggingEventArgs
)
public delegate void CogDraggingStoppedEventHandler(
Object^ sender,
CogDraggingEventArgs^ e
)
public delegate void CogDraggingStoppedEventHandler(
Object^ sender,
CogDraggingEventArgs^ e
)