In The Hand LtdIn The Hand
UserPreferenceChangedEventHandler Delegate
NamespacesInTheHand.Win32UserPreferenceChangedEventHandler
.NET Components for Mobility
Represents the method that will handle the UserPreferenceChanged event.
Declaration Syntax
C#Visual Basic
public delegate void UserPreferenceChangedEventHandler(
	Object sender,
	UserPreferenceChangedEventArgs e
)
Public Delegate Sub UserPreferenceChangedEventHandler ( _
	sender As Object, _
	e As UserPreferenceChangedEventArgs _
)
Parameters
sender (Object)
The source of the event. When this event is raised by the SystemEvents class, this object is always a null reference (Nothing in Visual Basic).
e (UserPreferenceChangedEventArgs)
A UserPreferenceChangedEventArgs that contains the event data.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0