Namespace: JustRemotePhone.RemotePhoneServiceAssembly: RemotePhoneService (in RemotePhoneService.dll) Version: 5.6.0.1
public delegate void ActiveContactLabelChangedDelegate(
string newActiveContactLabel,
string oldActiveContactLabel
)
public delegate void ActiveContactLabelChangedDelegate(
string newActiveContactLabel,
string oldActiveContactLabel
)
Public Delegate Sub ActiveContactLabelChangedDelegate ( _
newActiveContactLabel As String, _
oldActiveContactLabel As String _
)
Public Delegate Sub ActiveContactLabelChangedDelegate ( _
newActiveContactLabel As String, _
oldActiveContactLabel As String _
)
public delegate void ActiveContactLabelChangedDelegate(
String^ newActiveContactLabel,
String^ oldActiveContactLabel
)
public delegate void ActiveContactLabelChangedDelegate(
String^ newActiveContactLabel,
String^ oldActiveContactLabel
)
type ActiveContactLabelChangedDelegate =
delegate of
newActiveContactLabel : string *
oldActiveContactLabel : string -> unit
type ActiveContactLabelChangedDelegate =
delegate of
newActiveContactLabel : string *
oldActiveContactLabel : string -> unit
Parameters
- newActiveContactLabel
- Type: System String
The new active contact label.
- oldActiveContactLabel
- Type: System String
The old active contact label.