ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Util.Win Namespace / AmbientPropertyMonitor Class / AmbientPropertyMonitor Constructor

In This Topic
    AmbientPropertyMonitor Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal host As System.Windows.Forms.Control, _
       ByVal propertyName As System.String _
    )
    public AmbientPropertyMonitor( 
       System.Windows.Forms.Control host,
       System.string propertyName
    )

    Parameters

    host
    propertyName
    See Also