Class SubscribeNewsLettersArgs
Inheritance
SubscribeNewsLettersArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class SubscribeNewsLettersArgs : INotifyPropertyChanged
Properties
CapCharID
Declaration
public string CapCharID { get; set; }
Property Value
CultureID
Declaration
public string CultureID { get; set; }
Property Value
Email
Declaration
public string Email { get; set; }
Property Value
FirstName
Declaration
public string FirstName { get; set; }
Property Value
LastName
Declaration
public string LastName { get; set; }
Property Value
TxtCapChar
Declaration
public string TxtCapChar { get; set; }
Property Value
Methods
RaisePropertyChanged(string)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods