ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls Namespace / WidgetDependenciesAttribute Class / WidgetDependenciesAttribute Constructor / WidgetDependenciesAttribute Constructor(Object,Object,Object)

In This Topic
    WidgetDependenciesAttribute Constructor(Object,Object,Object)
    In This Topic
    Initializes a new instance of the WidgetDependenciesAttribute class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal d1 As System.Object, _
       ByVal d2 As System.Object, _
       ByVal d3 As System.Object _
    )
    public WidgetDependenciesAttribute( 
       System.object d1,
       System.object d2,
       System.object d3
    )

    Parameters

    d1
    d2
    d3
    See Also