C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / ContextClick Event


In This Topic
ContextClick Event (C1MaskedTextView)
In This Topic
Syntax
'Declaration
 
Public Event ContextClick As EventHandler(Of View.ContextClickEventArgs)
 
'Usage
 
Dim instance As C1MaskedTextView
Dim handler As EventHandler(Of View.ContextClickEventArgs)
 
AddHandler instance.ContextClick, handler
See Also