Metodo DedNetApplicationOnNewAnagrValidating |
Namespace: DedNet
protected internal void OnNewAnagrValidating( DedCommand cmd, DedFormSaveModeEnum mode, out bool cancel )
Protected Friend Sub OnNewAnagrValidating ( cmd As DedCommand, mode As DedFormSaveModeEnum, <OutAttribute> ByRef cancel As Boolean )
protected public: void OnNewAnagrValidating( DedCommand^ cmd, DedFormSaveModeEnum mode, [OutAttribute] bool% cancel )
member OnNewAnagrValidating : cmd : DedCommand * mode : DedFormSaveModeEnum * cancel : bool byref -> unit