Keyoti RapidSpell WPF API Docs
UserDictionaryEditEventHandler Delegate
APIKeyoti.RapidSpell.Wpf.OptionsUserDictionaryEditEventHandler
Keyoti RapidSpell WPF
Event handler delegate
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public delegate void UserDictionaryEditEventHandler(
	Object s,
	UserDictionaryEditEventArgs e
)
public delegate void UserDictionaryEditEventHandler(
	Object s,
	UserDictionaryEditEventArgs e
)
Public Delegate Sub UserDictionaryEditEventHandler ( 
	s As Object,
	e As UserDictionaryEditEventArgs
)
Public Delegate Sub UserDictionaryEditEventHandler ( 
	s As Object,
	e As UserDictionaryEditEventArgs
)
public delegate void UserDictionaryEditEventHandler(
	Object^ s, 
	UserDictionaryEditEventArgs^ e
)
public delegate void UserDictionaryEditEventHandler(
	Object^ s, 
	UserDictionaryEditEventArgs^ e
)
type UserDictionaryEditEventHandler = 
    delegate of 
        s : Object * 
        e : UserDictionaryEditEventArgs -> unit
type UserDictionaryEditEventHandler = 
    delegate of 
        s : Object * 
        e : UserDictionaryEditEventArgs -> unit

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214