リサイズはクリックかドラッグ

GcImeManagerRemoveResultStringHandler メソッド

指定したオブジェクトから ResultString 添付イベントのイベントハンドラを削除します。

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public static void RemoveResultStringHandler(
	DependencyObject element,
	ResultStringEventHandler handler
)

パラメーター

element
型: System.WindowsDependencyObject
ハンドラを削除する UIElementContentElement、または UIElement3D オブジェクト。
handler
型: GrapeCity.Windows.InputManResultStringEventHandler
削除するハンドラ。
例外
例外条件
ArgumentNullExceptionelement です。
ArgumentExceptionelement の型は UIElementContentElementUIElement3D のいずれかである必要があります。
関連項目