NSApplication.EnsureDelegateAssignIsNotOverwritingInternalDelegate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void EnsureDelegateAssignIsNotOverwritingInternalDelegate (object currentDelegateValue, object newDelegateValue, Type internalDelegateType);
static member EnsureDelegateAssignIsNotOverwritingInternalDelegate : obj * obj * Type -> unit
Parameters
- currentDelegateValue
- Object
- newDelegateValue
- Object
- internalDelegateType
- Type