MTLDeviceNotificationHandler Delegate
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.
[Foundation.Advice("The 'NSString' argument will match a property of 'MTLDeviceNotificationHandler'.")]
public delegate void MTLDeviceNotificationHandler(IMTLDevice device, NSString notifyName);
type MTLDeviceNotificationHandler = delegate of IMTLDevice * NSString -> unit
Parameters
- device
- IMTLDevice
- notifyName
- NSString
- Attributes