ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / Field Class / Disposed Event

In This Topic
    Disposed Event (Field)
    In This Topic
    Raised when the Field object is released from memory.
    Syntax
    'Declaration
     
    Public Event Disposed As EventHandler
    public event EventHandler Disposed
    See Also