'Declaration<ComVisibleAttribute(False)> Public Delegate Sub UAGetIdentityContextSecurityRoleIdsEventHandler( _ ByVal sender As Object, _ ByVal e As UAGetIdentityContextSecurityRoleIdsEventArgs _ )
'UsageDim instance As New UAGetIdentityContextSecurityRoleIdsEventHandler(AddressOf HandlerMethod)
[ComVisible(false)] public delegate void UAGetIdentityContextSecurityRoleIdsEventHandler( object sender, UAGetIdentityContextSecurityRoleIdsEventArgs e )
[ComVisible(false)] public delegate void UAGetIdentityContextSecurityRoleIdsEventHandler( Object^ sender, UAGetIdentityContextSecurityRoleIdsEventArgs^ e )
Parameters
- sender
- The source of the event.
- e
- An OpcLabs.EasyOpc.UA.Security.OperationModel.UAGetIdentityContextSecurityRoleIdsEventArgs that contains the event data.