QueryIconEventArgs Constructors
Arguments passed to the WinWindow.QueryDefaultFormIcon event.Name | Parameters | Description |
---|---|---|
QueryIconEventArgs(Icon, Icon) | iconSmall, iconLarge | Creates and initializes a new QueryIconEventArgs instance. |
QueryIconEventArgs(Lazy<Icon>, Lazy<Icon>) | iconSmallCreator, iconLargeCreator | For internal use. |
See Also