Back to Devexpress

QueryIconEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-win-4708cc75.md

latest1.7 KB
Original Source

QueryIconEventArgs Class

Arguments passed to the WinWindow.QueryDefaultFormIcon event.

Namespace : DevExpress.ExpressApp.Win

Assembly : DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public class QueryIconEventArgs :
    EventArgs
vb
Public Class QueryIconEventArgs
    Inherits EventArgs

QueryIconEventArgs is the data class for the following events:

Remarks

The QueryDefaultFormIcon event occurs before assigning default icons to a WinWindow‘s Template. You can handle this event to specify custom default icons that should be used by Windows in a Windows Forms application.

Inheritance

Object EventArgs QueryIconEventArgs

See Also

QueryIconEventArgs Members

DevExpress.ExpressApp.Win Namespace