dbicDayView Send comments on this topic.
FormClosing Event
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : FormClosing Event

Occurs before the form is closed.

Syntax

Visual Basic (Declaration) 
Public Event FormClosing As FormClosingEventHandler
C# 
public event FormClosingEventHandler FormClosing

Event Data

The event handler receives an argument of type FormClosingEventArgs containing data related to this event. The following FormClosingEventArgs properties provide information specific to this event.

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs) 
CloseReason Gets a value that indicates why the form is being closed.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also