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

Occurs after the form is closed.

Syntax

Visual Basic (Declaration) 
Public Event FormClosed As FormClosedEventHandler
C# 
public event FormClosedEventHandler FormClosed

Event Data

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

PropertyDescription
CloseReason Gets a value that indicates why the form was closed.

Requirements

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

See Also