Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Esempi in C# (CSharp) per UndoRedo.Execute
Linguaggio di programmazione:
C# (CSharp)
Classe/tipologia:
UndoRedo
Metodo/funzione:
Execute
Esempi su hotexamples.com:
1
UndoRedo.Execute in C# (CSharp): 1 esempio trovato
. Questo è il miglior esempio reale in C# (CSharp) per
UndoRedo.Execute
, estratto da progetti open source. Lo puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Metodi utilizzati di frequente
Mostra
Nascondi
ApplyDoUndo(18)
DisableUndoScope(13)
Do(7)
EmptyUndoBuffer(5)
AddAction(4)
Clear(3)
AreasAll(3)
NewAction(2)
BeginMultiActionsUndoRedoStep(2)
InsertCommand(2)
EndSequence(1)
EndUndoAction(1)
Execute(1)
GetFromRedoBuffer(1)
ActionScope(1)
GetFromUndoBuffer(1)
InsertInUnDoRedoForAdd(1)
InsertInUnDoRedoForCreate(1)
InsertInUnDoRedoForDelete(1)
InsertInUnDoRedoForMove(1)
InsertInUnDoRedoForResize(1)
InsertInUnDoRedoForTranslate(1)
Invoke(1)
MarkSavePoint(1)
Insert(1)
Create(1)
CreateAction(1)
AddToRedoBuffer(1)
AddCommand(1)
AddDoMethod(1)
AddItem(1)
AddObject(1)
AddShape(1)
AddToFront(1)
AddToSide(1)
Count(1)
AddToTop(1)
AddToUndoBuffer(1)
AddUndo(1)
AddUndoMethod(1)
BeginUndoAction(1)
ClearStacks(1)
CommitAction(1)
Pop(1)
Metodi utilizzati di frequente
ApplyDoUndo (18)
DisableUndoScope (13)
Do (7)
EmptyUndoBuffer (5)
AddAction (4)
Clear (3)
AreasAll (3)
NewAction (2)
BeginMultiActionsUndoRedoStep (2)
InsertCommand (2)
Metodi utilizzati di frequente
EndSequence (1)
EndUndoAction (1)
Execute (1)
GetFromRedoBuffer (1)
ActionScope (1)
GetFromUndoBuffer (1)
InsertInUnDoRedoForAdd (1)
InsertInUnDoRedoForCreate (1)
InsertInUnDoRedoForDelete (1)
InsertInUnDoRedoForMove (1)
InsertInUnDoRedoForResize (1)
InsertInUnDoRedoForTranslate (1)
Invoke (1)
MarkSavePoint (1)
Insert (1)
Create (1)
CreateAction (1)
AddToRedoBuffer (1)
AddCommand (1)
AddDoMethod (1)
Metodi utilizzati di frequente
InsertInUnDoRedoForResize (1)
InsertInUnDoRedoForTranslate (1)
Invoke (1)
MarkSavePoint (1)
Insert (1)
Create (1)
CreateAction (1)
AddToRedoBuffer (1)
AddCommand (1)
AddDoMethod (1)
AddItem (1)
AddObject (1)
AddShape (1)
AddToFront (1)
AddToSide (1)
Count (1)
AddToTop (1)
AddToUndoBuffer (1)
AddUndo (1)
AddUndoMethod (1)
BeginUndoAction (1)
ClearStacks (1)
CommitAction (1)
Pop (1)
Metodi utilizzati di frequente
AddItem (1)
AddObject (1)
AddShape (1)
AddToFront (1)
AddToSide (1)
Count (1)
AddToTop (1)
AddToUndoBuffer (1)
AddUndo (1)
AddUndoMethod (1)
BeginUndoAction (1)
ClearStacks (1)
CommitAction (1)
Pop (1)
Esempio n. 1
0
Mostra file
public static void Execute(ICommand command) { undoRedo.Execute(command); }
x