Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ComponentModel / COM2Interop / COM2ExtendedBrowsingHandler.cs / 1305376 / COM2ExtendedBrowsingHandler.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms.ComponentModel.Com2Interop { using System.ComponentModel; using System.Diagnostics; using System; ////// /// This is the base class for handlers for COM2 extended browsing interface /// such as IPerPropertyBrowsing, etc. /// /// These handlers should be stateless. That is, they should keep no refs to object /// and should only work on a give object and dispid. That way all objects that /// support a give interface can share a handler. /// /// See COM2Properties for the array of handler classes to interface classes /// where handlers should be registered. /// internal abstract class Com2ExtendedBrowsingHandler{ ////// /// The interface that this handler managers /// such as IPerPropertyBrowsing, IProvidePropertyBuilder, etc. /// public abstract Type Interface{ get; } ////// /// Called to setup the property handlers on a given property /// In this method, the handler will add listeners to the events that /// the COM2PropertyDescriptor surfaces that it cares about. /// public virtual void SetupPropertyHandlers(Com2PropertyDescriptor propDesc){ SetupPropertyHandlers(new Com2PropertyDescriptor[]{propDesc}); } ////// /// Called to setup the property handlers on a given properties /// In this method, the handler will add listeners to the events that /// the Com2PropertyDescriptor surfaces that it cares about. /// public abstract void SetupPropertyHandlers(Com2PropertyDescriptor[] propDesc); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms.ComponentModel.Com2Interop { using System.ComponentModel; using System.Diagnostics; using System; ////// /// This is the base class for handlers for COM2 extended browsing interface /// such as IPerPropertyBrowsing, etc. /// /// These handlers should be stateless. That is, they should keep no refs to object /// and should only work on a give object and dispid. That way all objects that /// support a give interface can share a handler. /// /// See COM2Properties for the array of handler classes to interface classes /// where handlers should be registered. /// internal abstract class Com2ExtendedBrowsingHandler{ ////// /// The interface that this handler managers /// such as IPerPropertyBrowsing, IProvidePropertyBuilder, etc. /// public abstract Type Interface{ get; } ////// /// Called to setup the property handlers on a given property /// In this method, the handler will add listeners to the events that /// the COM2PropertyDescriptor surfaces that it cares about. /// public virtual void SetupPropertyHandlers(Com2PropertyDescriptor propDesc){ SetupPropertyHandlers(new Com2PropertyDescriptor[]{propDesc}); } ////// /// Called to setup the property handlers on a given properties /// In this method, the handler will add listeners to the events that /// the Com2PropertyDescriptor surfaces that it cares about. /// public abstract void SetupPropertyHandlers(Com2PropertyDescriptor[] propDesc); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PrivateFontCollection.cs
- PropVariant.cs
- TextEffect.cs
- Rect3DConverter.cs
- unitconverter.cs
- XmlSchemaComplexContentRestriction.cs
- XmlBinaryWriter.cs
- AppModelKnownContentFactory.cs
- WorkflowHostingResponseContext.cs
- WebBrowserProgressChangedEventHandler.cs
- WrappedIUnknown.cs
- Interfaces.cs
- SoapHeaderException.cs
- DataGridViewTopLeftHeaderCell.cs
- HandlerBase.cs
- PrePrepareMethodAttribute.cs
- MatchingStyle.cs
- SqlConnectionFactory.cs
- CriticalHandle.cs
- EndpointFilterProvider.cs
- RequiredAttributeAttribute.cs
- Operator.cs
- CodeAttributeArgument.cs
- QualificationDataAttribute.cs
- SchemaTypeEmitter.cs
- SimpleRecyclingCache.cs
- ExternalFile.cs
- StrongNameMembershipCondition.cs
- TemplateControlParser.cs
- DynamicILGenerator.cs
- RequestCache.cs
- XhtmlCssHandler.cs
- SByteStorage.cs
- SafeMILHandle.cs
- BufferCache.cs
- ResourceCategoryAttribute.cs
- Padding.cs
- RSAPKCS1SignatureFormatter.cs
- ToolboxItemAttribute.cs
- ElasticEase.cs
- Span.cs
- DynamicILGenerator.cs
- Parallel.cs
- SetStateEventArgs.cs
- WebPartDisplayModeCollection.cs
- ParserStreamGeometryContext.cs
- RectangleF.cs
- CriticalFinalizerObject.cs
- SafeReversePInvokeHandle.cs
- HotCommands.cs
- IISUnsafeMethods.cs
- Accessible.cs
- TypeToken.cs
- RichTextBox.cs
- ApplyTemplatesAction.cs
- SqlTransaction.cs
- ConstraintCollection.cs
- OdbcConnectionStringbuilder.cs
- PropertyEntry.cs
- CatalogZoneBase.cs
- Soap12ProtocolReflector.cs
- DescendantOverDescendantQuery.cs
- ChangeInterceptorAttribute.cs
- LoginCancelEventArgs.cs
- BinaryQueryOperator.cs
- DistributedTransactionPermission.cs
- SchemaComplexType.cs
- AssemblyBuilder.cs
- TextureBrush.cs
- CheckBoxRenderer.cs
- CLRBindingWorker.cs
- GuidConverter.cs
- TextEditorCharacters.cs
- UdpConstants.cs
- Classification.cs
- DiscoveryMessageSequence.cs
- MultilineStringConverter.cs
- Matrix3DStack.cs
- DocobjHost.cs
- CompilerCollection.cs
- ConsoleCancelEventArgs.cs
- PackWebResponse.cs
- WorkflowInstanceSuspendedRecord.cs
- PerformanceCounterPermissionAttribute.cs
- FontStretchConverter.cs
- DelimitedListTraceListener.cs
- DockAndAnchorLayout.cs
- XamlSerializationHelper.cs
- Socket.cs
- XmlUtilWriter.cs
- MulticastDelegate.cs
- QilStrConcat.cs
- WebAdminConfigurationHelper.cs
- PointAnimationBase.cs
- OrderablePartitioner.cs
- ConcurrentQueue.cs
- CssStyleCollection.cs
- CompatibleComparer.cs
- SemaphoreFullException.cs
- IsolationInterop.cs