AuthenticView.OnBeforeCopy
Event: OnBeforeCopy()als Boolean
Skripting-Umgebung - VBScript:
Function On_AuthenticBeforeCopy()
' On_AuthenticBeforeCopy = False ' to disable operation
End Function
Skripting-Umgebung - JScript:
function On_AuthenticBeforeCopy()
{
// return false; /* to disable operation */
}