NewMessageEventArgs Constructor |
Constructor.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic NewMessageEventArgs(
string location,
int index
)
Public Sub New (
location As String,
index As Integer
)
Dim location As String
Dim index As Integer
Dim instance As New NewMessageEventArgs(location,
index)
public:
NewMessageEventArgs(
String^ location,
int index
)
new :
location : string *
index : int -> NewMessageEventArgsParameters
- location String
- SIM memory (SM) or phone memory (ME), where the message is stored.
- index Int32
- Index number of the message in the memory location.
See Also