表示字体控件的 FontChanged 事件所使用的委托类型。
命名空间:
SuperMap.Desktop.UI程序集: SuperMap.Desktop.UI.Controls (in SuperMap.Desktop.UI.Controls)
版本: dll
语法
C# |
---|
public delegate void FontChangedEventHandler( Object sender, FontChangedEventArgs e ) |
参数
- sender
- Type: System..::.Object
源事件。
- e
- Type: SuperMap.Desktop.UI..::.FontChangedEventArgs
包含当前字体控件中选中字体类型改变后的事件参数类(FontChangedEventArgs)。