IFormRegion Interface

Definition

Defines an interface that exposes methods that are used by the events of the form region.

public interface class IFormRegion
[System.Runtime.InteropServices.Guid("0EA930C9-8CAB-4557-89D9-3BE282E4B926")]
public interface IFormRegion
[<System.Runtime.InteropServices.Guid("0EA930C9-8CAB-4557-89D9-3BE282E4B926")>]
type IFormRegion = interface
Public Interface IFormRegion
Derived
Attributes

Remarks

The FormRegionControl and ImportedFormRegion interfaces inherit from the IFormRegion interface.

Methods

OnShutdown()

Occurs before the form region is closed.

OnStartup()

Occurs after an instance of the form region is created but before the form region appears.

Applies to