--- title: "requestedit (C++ COM Attribute)" ms.date: "10/02/2018" f1_keywords: ["vc-attr.requestedit"] helpviewer_keywords: ["requestedit attribute"] ms.assetid: b3c24790-3c4a-4646-8722-03d7b51172ee --- # requestedit Indicates that the property supports the `OnRequestEdit` notification. ## Syntax ```cpp [requestedit] ``` ## Remarks The **requestedit** C++ attribute has the same functionality as the [requestedit](/windows/win32/Midl/requestedit) MIDL attribute. ## Example See the example for [bindable](bindable.md) for a sample use of **requestedit**. ## Requirements | Attribute context | Value | |-|-| |**Applies to**|Interface method| |**Repeatable**|No| |**Required attributes**|None| |**Invalid attributes**|None| For more information about the attribute contexts, see [Attribute Contexts](cpp-attributes-com-net.md#contexts). ## See also [IDL Attributes](idl-attributes.md)
[Method Attributes](method-attributes.md)
[Data Member Attributes](data-member-attributes.md)
[defaultbind](defaultbind.md)
[displaybind](displaybind.md)
[immediatebind](immediatebind.md)