Xceed Grid for WinForms v4.3 Documentation
Xceed.Validation.v1.3 Assembly / Xceed.Validation Namespace / ValidationExpression Class / Disposed Event


In This Topic
    Disposed Event (ValidationExpression)
    In This Topic
    Raised when an expression has been disposed.
    Syntax
    'Declaration
     
    Public Event Disposed As EventHandler
    'Usage
     
    Dim instance As ValidationExpression
    Dim handler As EventHandler
     
    AddHandler instance.Disposed, handler
    public event EventHandler Disposed
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also