Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / DisposeBase Class / Disposing Event

In This Topic
    Disposing Event
    In This Topic
    Occurs when this instance is starting to be disposed.
    Syntax
    'Declaration
     
    Public Event Disposing As System.EventHandler(Of EventArgs)
    public event System.EventHandler<EventArgs> Disposing
    See Also