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