Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / Expressions / CustomExpressionEventArgs.cs / 1305376 / CustomExpressionEventArgs.cs
#if ORYX_VNEXT namespace Microsoft.Web.Data.UI.WebControls.Expressions { using System.Web; #else namespace System.Web.UI.WebControls.Expressions { #endif using System; using System.Linq; using System.Security.Permissions; using System.Collections.Generic; public class CustomExpressionEventArgs : EventArgs { public IQueryable Query { get; set; } public IDictionaryValues { get; private set; } public CustomExpressionEventArgs(IQueryable source, IDictionary values) { Query = source; Values = values; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. #if ORYX_VNEXT namespace Microsoft.Web.Data.UI.WebControls.Expressions { using System.Web; #else namespace System.Web.UI.WebControls.Expressions { #endif using System; using System.Linq; using System.Security.Permissions; using System.Collections.Generic; public class CustomExpressionEventArgs : EventArgs { public IQueryable Query { get; set; } public IDictionary Values { get; private set; } public CustomExpressionEventArgs(IQueryable source, IDictionary values) { Query = source; Values = values; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridToolTip.cs
- HtmlLink.cs
- PixelShader.cs
- AliasedSlot.cs
- FontStyles.cs
- XmlSchemaInclude.cs
- SoapIgnoreAttribute.cs
- CompilerGeneratedAttribute.cs
- SqlHelper.cs
- AnnotationHelper.cs
- DataGridViewAutoSizeModeEventArgs.cs
- SQLDateTime.cs
- TabControlEvent.cs
- HttpCacheParams.cs
- Rotation3DAnimation.cs
- SafeArrayTypeMismatchException.cs
- EventRoute.cs
- FormViewDeletedEventArgs.cs
- ThemeableAttribute.cs
- XmlTextAttribute.cs
- EdmSchemaAttribute.cs
- RIPEMD160Managed.cs
- _Events.cs
- RangeContentEnumerator.cs
- DockProviderWrapper.cs
- SplitterEvent.cs
- XamlTreeBuilderBamlRecordWriter.cs
- oledbmetadatacollectionnames.cs
- SspiSecurityTokenParameters.cs
- DBSchemaTable.cs
- DecoderReplacementFallback.cs
- OlePropertyStructs.cs
- ClipboardProcessor.cs
- MatrixStack.cs
- handlecollector.cs
- HtmlForm.cs
- FixedSOMContainer.cs
- FlowDocumentPage.cs
- DataService.cs
- Size.cs
- SizeConverter.cs
- Emitter.cs
- PictureBox.cs
- Assembly.cs
- PropertyInformationCollection.cs
- GatewayDefinition.cs
- NetPeerTcpBinding.cs
- CatalogZone.cs
- ErrorRuntimeConfig.cs
- SrgsElementList.cs
- CustomAttribute.cs
- TreeViewDataItemAutomationPeer.cs
- QueryCursorEventArgs.cs
- SecurityStandardsManager.cs
- Point4DConverter.cs
- HandlerWithFactory.cs
- ConditionedDesigner.cs
- SelectionPattern.cs
- CopyAttributesAction.cs
- ValueCollectionParameterReader.cs
- GPStream.cs
- UrlMapping.cs
- XmlSchemaSimpleContent.cs
- MeasureItemEvent.cs
- UInt32.cs
- DnsPermission.cs
- XmlObjectSerializer.cs
- RemotingServices.cs
- CodePropertyReferenceExpression.cs
- DeviceContext2.cs
- CharEnumerator.cs
- XPathArrayIterator.cs
- AttributeUsageAttribute.cs
- Bold.cs
- Deserializer.cs
- RepeatInfo.cs
- PropertyCollection.cs
- DateTimeOffsetAdapter.cs
- SqlDataSourceCustomCommandEditor.cs
- WebDisplayNameAttribute.cs
- CodeNamespaceImportCollection.cs
- PrtCap_Builder.cs
- ProfilePropertyMetadata.cs
- TypeConstant.cs
- Tuple.cs
- EncoderReplacementFallback.cs
- WebPartChrome.cs
- EntityDataSourceWizardForm.cs
- PageCatalogPart.cs
- UserControl.cs
- _SslStream.cs
- MissingSatelliteAssemblyException.cs
- ChannelSinkStacks.cs
- XslNumber.cs
- FileDialog_Vista_Interop.cs
- _Semaphore.cs
- ControlPersister.cs
- XmlObjectSerializerReadContextComplexJson.cs
- PropertyIDSet.cs
- HtmlTableCellCollection.cs