DekGenius.com
[ Team LiB ] Previous Section Next Section

CancelEventHandlerserializable

System.ComponentModel (system.dll)delegate

This is a delegate for events that use the CancelEventArgs class.

public delegate void CancelEventHandler(object sender, CancelEventArgs e);

Associated Events

Multiple types

    [ Team LiB ] Previous Section Next Section