Skip to main content

ButtonEventArgs(IButton) Constructor

Initializes a new instance of the ButtonEventArgs object.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ButtonEventArgs(
    IButton button
)

Parameters

Name Type Description
button IButton

An IButton object that owns the created ButtonEventArgs object.

See Also