NSUndoManager
Notifications
NSUndoManager()
NSUndoManager(IntPtr)
NSUndoManager(NativeHandle)
NSUndoManager(NSObjectFlag)
CanRedo
CanUndo
CheckpointNotification
ClassHandle
DidCloseUndoGroupNotification
DidOpenUndoGroupNotification
DidRedoChangeNotification
DidUndoChangeNotification
GroupingLevel
GroupIsDiscardableKey
GroupsByEvent
IsRedoing
IsUndoing
IsUndoRegistrationEnabled
LevelsOfUndo
RedoActionIsDiscardable
RedoActionName
RedoMenuItemTitle
RunLoopModes
UndoActionIsDiscardable
UndoActionName
UndoMenuItemTitle
WeakRunLoopModes
WillCloseUndoGroupNotification
WillRedoChangeNotification
WillUndoChangeNotification
BeginUndoGrouping()
DisableUndoRegistration()
EnableUndoRegistration()
EndUndoGrouping()
PrepareWithInvocationTarget(NSObject)
Redo()
RedoMenuTitleForUndoActionName(String)
RegisterUndo(NSObject, Action<NSObject>)
RegisterUndoWithTarget(NSObject, Selector, NSObject)
RemoveAllActions()
RemoveAllActions(NSObject)
SetActionIsDiscardable(Boolean)
SetActionname(String)
SetActionName(String)
Undo()
UndoMenuTitleForUndoActionName(String)
UndoNestedGroup()
xamarinmac
namespace Foundation
{
[Register("NSUndoManager", true)]
public class NSUndoManager : NSObject
{
[Advice("Use NSUndoManager.Notifications.ObserveDidRedoChange helper method instead.")]
[Field("NSUndoManagerDidRedoChangeNotification", "Foundation")]
public static NSString! DidRedoChangeNotification { get; }
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API